| C1.WPF.DX.4 Assembly > C1.Util.DX.Storage Namespace > PropertyBag Class > Set Method : Set<T1,T2>(PropertyBagKey<T1,T2>,T1) Method |
'Declaration
Public Overloads Sub Set
(Of T1,T2)( _
ByVal propertyKey As PropertyBagKey(Of T1,T2), _
ByVal value As T1 _
)
public void Set<T1,T2>( PropertyBagKey<T1,T2> propertyKey, T1 value )